2005-04-05 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level):
+ Fix a typo in a warning.
+
* gtk/gtkaboutdialog.c (gtk_about_dialog_init): Protect
the license and credits buttons from being affected by
gtk_widget_show_all(). (#172724)
2005-04-05 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level):
+ Fix a typo in a warning.
+
* gtk/gtkaboutdialog.c (gtk_about_dialog_init): Protect
the license and credits buttons from being affected by
gtk_widget_show_all(). (#172724)
2005-04-05 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level):
+ Fix a typo in a warning.
+
* gtk/gtkaboutdialog.c (gtk_about_dialog_init): Protect
the license and credits buttons from being affected by
gtk_widget_show_all(). (#172724)
if (gtk_tree_model_iter_next (tree_model_sort->child_model, &iter) == FALSE &&
i < length - 1)
{
- g_warning ("There is a discrepency between the sort model and the child model.");
+ g_warning ("There is a discrepancy between the sort model and the child model.");
return;
}
}